stack sequence

英 [stæk ˈsiːkwəns] 美 [stæk ˈsiːkwəns]

网络  栈序列

计算机



双语例句

  1. If a function is called from many places, use the stack backtrace to determine the specific calling sequence.
    如果在许多地方调用了一个函数,可以使用堆栈跟踪检查调用序列。
  2. A stack probe is a sequence of code the compiler inserts into every function call.
    堆栈探测是编译器插入到每个函数调用中的代码序列。
  3. The steel platforms at three floors for the stack were erected in construction sequence from top to bottom floor by floor.
    烟囱钢平台采用由上至下的施工顺序,逐层安装3层钢平台。
  4. Solve the Problem of Stack Sequence by Binary Tree
    用二叉树解决出栈序列问题
  5. In the new algorithm, storage model of queue structure is adopted to output stack sequence instead of traditional model of stack structure, which could efficiently improve the complicacy of time and space.
    新算法采用队列结构的存储方式取代了传统的栈存储方式来进行输出,比较有效地提高了栈序列生成的时间和空间复杂性。
  6. Algorithm for Solving the Problem of Stack Using Nonlinear Cycle Number Sequence
    一种使用非线性循环数列解决堆栈问题的算法
  7. Last, to stack up log spectrum of these windows for increasing the wavelet energy and decreasing the energy of reflection coefficient sequence. Thus, wavelet could be extracted.
    最后将这些时窗的对数谱进行叠加,使子波这个不变部分的对数谱能量增加,而反射系数序列这个变化部分的能量极大地减弱,从而达到提取于波的目的。
  8. This paper presents an algorithm for solving the problems of stack by means of nonlinear cycle number sequence, which is of pragmatic value for studying the nature of stack and seeking the solution to the stack output sequence.
    提出了一种使用非线性循环数列解决堆栈问题的算法,对研究栈的性质和求解栈的输出序列具有一定的实用价值.丝光沸石单胞铝原子数与晶胞参数非线性相关;
  9. Conclusion: It will be much easier to understand the algorithm if the problems of the stack sequence are solved, which starts with the different sequence of input and output of the stack sequence.
    结论:从进栈出栈具有时刻先后关系出发,解决出栈序列问题,算法理解更为简单直观。
  10. An Algorithm of Generating Stack Sequence Based on Linked List
    基于链表的出栈序列生成算法
  11. Algorithms of stack sequence based on operator and its implementation
    基于算子的栈序列生成算法与实现
  12. It is illustrated that the technique solves the direction problem of bin stack velocity, favors both improving seismic resolution and establishing migration velocity field, and optimizes seismic data processing sequence.
    给出的实例表明,此法解决了面元叠加速度的方向性问题,有利于提高地震资料的分辨率和建立偏移速度场;另外,还可以优化地震资料的处理流程。
  13. Method: According to the characteristics of the stack of later in and first out, all the time sequence of characters is determined by the linked list.
    方法:根据栈后进先出的特征,采用链表确定字符进栈的所有时刻序列,输出字符的所有出栈序列。